home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dbcolned.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.3 KB  |  75 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'dbcolned.pas' rev: 3.00
  6.  
  7. #ifndef dbcolnedHPP
  8. #define dbcolnedHPP
  9. #include <DsgnWnds.hpp>
  10. #include <Db.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <ComCtrls.hpp>
  14. #include <Menus.hpp>
  15. #include <ColnEdit.hpp>
  16. #include <Dialogs.hpp>
  17. #include <Forms.hpp>
  18. #include <Controls.hpp>
  19. #include <Graphics.hpp>
  20. #include <Classes.hpp>
  21. #include <SysUtils.hpp>
  22. #include <Messages.hpp>
  23. #include <Windows.hpp>
  24. #include <SysInit.hpp>
  25. #include <System.hpp>
  26.  
  27. //-- user supplied -----------------------------------------------------------
  28.  
  29. namespace Dbcolned
  30. {
  31. //-- type declarations -------------------------------------------------------
  32. class DELPHICLASS TDBGridColumnsEditor;
  33. class PASCALIMPLEMENTATION TDBGridColumnsEditor : public Colnedit::TCollectionEditor 
  34. {
  35.     typedef Colnedit::TCollectionEditor inherited;
  36.     
  37. __published:
  38.     Stdctrls::TButton* AddAllFields;
  39.     Menus::TMenuItem* AddAllFields1;
  40.     Menus::TMenuItem* Restoredefaults1;
  41.     Stdctrls::TButton* RestoreDefaults;
  42.     void __fastcall AddAllFieldsClick(System::TObject* Sender);
  43.     void __fastcall RestoreDefaults1Click(System::TObject* Sender);
  44.     
  45. protected:
  46.     DYNAMIC void __fastcall Activated(void);
  47.     
  48. public:
  49.     virtual void __fastcall FormModified(void);
  50.     Db::TDataSource* __fastcall GetDataSource(void);
  51.     void __fastcall SetAddAllFieldsState(void);
  52. public:
  53.     /* TDesignWindow.Create */ __fastcall virtual TDBGridColumnsEditor(Classes::TComponent* AOwner) : Colnedit::
  54.         TCollectionEditor(AOwner) { }
  55.     /* TDesignWindow.Destroy */ __fastcall virtual ~TDBGridColumnsEditor(void) { }
  56.     
  57. public:
  58.     /* TCustomForm.CreateNew */ __fastcall TDBGridColumnsEditor(Classes::TComponent* AOwner, int Dummy)
  59.          : Colnedit::TCollectionEditor(AOwner, Dummy) { }
  60.     
  61. public:
  62.     /* TWinControl.CreateParented */ __fastcall TDBGridColumnsEditor(HWND ParentWindow) : Colnedit::TCollectionEditor(
  63.         ParentWindow) { }
  64.     
  65. };
  66.  
  67. //-- var, const, procedure ---------------------------------------------------
  68.  
  69. }    /* namespace Dbcolned */
  70. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  71. using namespace Dbcolned;
  72. #endif
  73. //-- end unit ----------------------------------------------------------------
  74. #endif    // dbcolned
  75.